/* Reset & Base */
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('./fonts/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('./fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lagency';
  src: url('./Lagency-Regular.woff2') format('woff2'),
       url('./fonts/Lagency-Regular.woff') format('woff'),
       url('.Lagency-Regular.ttf') format('truetype'),
       url('.Lagency-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

/* Main Wrapper */
#main {
  width: 100%;
  overflow: hidden;
}/* Hero Section */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}



.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

#page10 {
    min-height: 1vh;
    width: 100%;
    /* background-color: #111; */
    background-color: #fff;
    padding: 1vh 10vw;
    margin-top: -8%;
}

#page10 > h1 {
    font-size: 5vw;
    color: #d4a94f;
    /* background-color: red; */

    line-height: 5.8vw;
    padding-bottom: 5vh;
    border-bottom: 1px solid #000000;
    text-align: center;
    text-align: center;
    align-items: center;
    
}

#page10-content {
    /* background-color: red; */
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8vh 0;
}

#page10-content #right-10 {
    width: 90%;
    color: #000;
}

#page10-content #right-10 p {
    font-size: 2vw;
    color: #000;
    margin-bottom: 1vh;
    width: 80%;
    text-align: center;
    align-items: center;
    margin-left: 15%;
}




/* Navigation */
nav {
  padding: 2vw 4vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.logo {
  width: 120px;
  height: auto;
}

#nav-part2 {
  display: flex;
  align-items: center;
  gap: 1vw;
}

#nav-part2 h4 {
  padding: 10px 20px;
  border: 1px solid #ffffff3c;
  border-radius: 50px;
  font-weight: 500;
  color: #ffffffd4;
  transition: all ease 0.4s;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
}

#nav-part2 h4::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #d4a94f;
  left: 0;
  bottom: -100%;
  border-radius: 50%;
  transition: all ease 0.4s;
  z-index: 1;
}

#nav-part2 h4:hover::after {
  bottom: 0;
  border-radius: 0;
}

#nav-part2 h4 a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

#nav-part2 h4:hover a {
  color: #fff;
}

.btn-top {
  background-color: #d4a94f;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}



/* Hero Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
}

.ero-content h2 {
  font-size: 3em;
  font-weight: 800;
  max-width: 900px;
  margin: auto;
  font-family: 'Lagency', serif;
  margin-top: 12%;
  color: white;
}


.btn-main {
  display: inline-block;
  margin-top: 20px;
  background-color: #d4a94f;
  padding: 15px 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

 h2 {
      font-size: 30px;
      margin-top: 40px;
      align-items: center;
      text-align: center;
      margin-bottom: 30px;
      border-bottom: 1px solid #000000;
      padding-bottom: 30px;
      border-width: 2px;
      
    }

    .section {
      margin-bottom: 40px;
      width: 80%;
      align-items: center;
      text-align: center;
      margin-left: 9%;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 10px;
      margin-left: 30px;
    
    }

    label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 16px;
    }

    .note {
      color: #f5a623;
      font-size: 0.9em;
      margin-top: 5px;
      text-align: center;
    }

    .required {
      color: red;
    }

    input[type="submit"] {
      background-color: #d9a441;
      color: white;
      padding: 12px 24px;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-left: 47%;
      margin-bottom: 30px;
      margin-top: -5px;
    }

    input[type="submit"]:hover {
      background-color: #c98a2c;
      
    }

    textarea {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      border-radius: 6px;
      border: 1px solid #ccc;
      resize: vertical;
    }


     .about {

      max-width: 1200px;
      margin: 30px auto;
      padding: 0 20px;
      text-align: center;
    }

    .about h3 {
      font-size: 26px;
      margin-bottom: 16px;
      font-weight: 400;
    }

    .about p {
      color: #444;
      margin-bottom: 24px;
    }


/* Footer */
footer {
  background-color: #000;
  color: white;
  padding: 60px 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  padding: 6px 0;
  font-size: 15px;
}

.footer-col p {
  font-size: 15px;
  line-height: 1.6;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}



#FOOD {
    height: 50vh;
    width: 100%;
    /* background-color: orange; */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #0000003c;
 
}

#left h3 {

    font-size: 1.8vw;
    line-height: 2vw;
    text-align: center;
    align-items: center;
    margin-top: -1%;
    margin-bottom: 5%;
}

#right h1 {
    font-size: 10vw;
    text-align: center;
    line-height: 12vw;
      
       align-items: center;
       text-align: center;

    
       
}

#page1 video {
    position: relative;
    border-radius: 80px;
    margin-top: 1vw;
    width: 95%;
    background-color: #ababab;
    background-size: cover;
    object-position: center;
    object-fit: cover;
    height: 500px;
    margin-left: 29px;
    background-position: center;




}
#hero-shape {
    position: absolute;
    width: 46vw;
    height: 2vw;
    right: 0;
    top: 65vh;
}

.trip-planner-container {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-top: 6px solid #d4af37; /* Gold accent */
}

/* === Titles === */
.trip-planner-container h1 {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trip-planner-container p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.trip-planner-container strong {
  font-size: 1.2rem;
  display: block;
  margin: 1rem 0;
  color: #111;
}

/* === Question Title === */
.question-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}

/* === Checkbox Grid === */
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  text-align: left;
  justify-items: center;
}

/* === Custom Checkbox Styling === */
.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #f8f8f8;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.checkbox-grid label:hover {
  background-color: #f0f0f0;
}

.checkbox-grid input[type="checkbox"] {
  accent-color: #d4af37;
  transform: scale(1.2);
}

/* === Note under checkboxes === */
.note {
  font-size: 0.9rem;
  color: #d99a1d;
  margin-top: 1.5rem;
  text-align: center;
}

/* ====== Global Page Styles ====== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fefefe;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  max-width: 1100px;
  margin: 4rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

/* ====== Headers ====== */
h1 {
  font-size: 3rem;
  text-align: center;
  color: #d4af37;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2, h3 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}

/* ====== Description Text ====== */
.description,
.note {
  text-align: center;
  color: #666;
  font-size: 1.05rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}
.note {
  color: #e18c04;
  font-size: 0.95rem;
}

/* ====== Grid for Checkboxes and Radio Buttons ====== */
.options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

/* ====== Label Styling ====== */
.options-grid label {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fafafa;
}

.options-grid label:hover {
  background-color: #f3f3f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.options-grid input[type="radio"],
.options-grid input[type="checkbox"] {
  margin-right: 0.7rem;
  transform: scale(1.2);
  accent-color: #d4af37;
}

/* ====== Textarea ====== */
textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  min-height: 120px;
  font-size: 1rem;
  font-family: inherit;
  background: #fefefe;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  resize: vertical;
  margin-top: 1rem;
}

/* ====== Responsive Adjustments ====== */
@media (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }

  .options-grid {
    grid-template-columns: 1fr;
  }
}

footer {
  background-color: #000;
  color: white;
  padding: 60px 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
    color: white;

}

.footer-col ul li {
  padding: 6px 0;
  font-size: 15px;
    color: white;

}

.footer-col p {
  font-size: 15px;
  line-height: 1.6;
  color: white;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}
footer a {
  color: #ffffff; /* or your brand color like #F4A261 or #E9C46A */
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #F4A261; /* Example hover color */
  text-decoration: underline;
}